home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / text / show / EvenMore036.readme < prev    next >
Text File  |  1997-05-03  |  10KB  |  214 lines

  1. Short:    Font sensative text viewer (BETA)
  2. Author:   chris@planb.TheGAP.com (Chris Perver)
  3. Uploader: chris@planb.TheGAP.com (Chris Perver)
  4. Version:  0.3beta6
  5. Type:     text/show
  6. Requires: Kickstart 37+, reqtools.library 37+ included.
  7. Replaces: text/show/EvenMore036.lha
  8.  
  9. ================================================================================
  10.  
  11.      _/_/_/_/  _/    _/ _/_/_/_/  _/_/_/       _/    .
  12.     _/        _/    _/ _/        _/    _/     _/     :
  13.    _/_/_/    _/    _/ _/_/_/_/  _/    _/ _/_/_/_/_/  :.    _    <> _  _
  14.   _/          _/ _/  _/        _/    _/     _/       ¦:   | ||V|||| || |
  15.    _/_/_/      _/     _/_/_/  _/    _/     _/        |¦   |O|| ||||r°|O|
  16.    ___________________________________________       ||   |n||M|||lU||n|ooo
  17.    http://www.toptown.com/CENTRALPARK/chrispi/       ||   ~~~~~~~~~~~~~~~~~
  18.    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯       ||
  19.    Program  : EvenMore                               ||
  20.    Type     : Text viewer (Freeware/emailware)       ||   __  __  __  _ __ __
  21.    Version  : 0.3beta6                               ||  |  ||  ||  j| U // _|
  22.    Compiled : 10:17:18  7 April 1997                 ||  | r |  || l |  < \_ \
  23.    Code     : AmigaE 3.2e                            ||  |_| |__|l__||_n_\|__/
  24.                                                      ||
  25.    Beta-testers:                                     ||
  26.                                                      ||
  27.      Johan Björnson   Mikael Grahn                   ||
  28.             Per Reidar Verlo                         ||
  29.                                                      ||
  30.     EvenMore © 1996-1997 by Chris Perver             ||
  31.     ReqTools © Nico François + Magnus Holmgren       ||
  32.                                                      ||
  33. -----------------------------------------------------'`------------------------
  34. -------------------------------------------------------------------------------
  35.  
  36. ================================================================================
  37. WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
  38. ================================================================================
  39.  
  40. THIS IS A SHORT README FILE! READ THE DOCS FOR THE FULL INFO!  THAT'S  RIGHT!  I
  41. SAID  READ THE DOCS BEFORE YOU EVEN THINK ABOUT DISTRIBUTING THIS ARCHIVE IN ANY
  42. FORM!
  43.  
  44. I am sick of the ugly looking non-proportional text viewers.  So  I  decided  to
  45. write  my  own  viewer  that would be font-sensitive, and blend in with all your
  46. other nice patches, as so not to spoil the look and feel of your Workbench.
  47.  
  48.  Here are the main features of 0.3beta6
  49.  --------------------------------------
  50.  
  51.  o Half a scroller window allows easier moving about documents.
  52.  o AppWindow, AppIcon and AppMenu makes loading files easy. Not only can you
  53.    drag files onto them, but also drawers, and a requester will appear!
  54.  o Totally font sensitive, and you can select which font to view the text in.
  55.  o Tooltypes and preference file(s) for configuring, and you can configure
  56.    most of the settings while EvenMore is running too.
  57.  o Can open the window on any public screen and move between them.
  58.  o Supports the numeric keypad and mouse movement.
  59.  o Very clean and smooth scrolling.
  60.  o Primitive string finding functions.
  61.  o Uses EasyGUI, the best GUI in the history of the world.
  62.  o Uses ReqTools library.
  63.  
  64.  Here are the recent features
  65.  ----------------------------
  66.  
  67.  o Can take just a path as an argument, and a requester will pop up with the
  68.    directory listing of that path displayed.
  69.  
  70.  o Fixed stupid bug in which EvenMore would crash if there were no linefeeds
  71.    in a file.
  72.  
  73.  o Can now be menufied into the Workbench tools menu.
  74.  
  75.  o Added preferences for menufying on start-up.
  76.  
  77.  o Fixed major bug in the tooltypes.  They didn't work, and on some machines
  78.    caused a 4-5 second freeze before doing anything.
  79.  
  80.  o Fixed a silly bug in which the Quit from the menu didn't work.
  81.  
  82.  o Made scrolling slide smoothly along.
  83.  
  84.  o Added preferences for smooth scrolling.
  85.  
  86.  o Added centre window menu item.
  87.  
  88.  o Added page overlap preferences.
  89.  
  90.  o Added sub items in the settings menu for the text offsets.
  91.  
  92.  o Added the ability to drag and drop and select from the menu drawers as well
  93.    as files. A requester will appear displaying the contents of that drawer.
  94.  
  95.  o Tidied up some code and fixed a few bugs.
  96.  
  97.  o Added screen list. I had to use EasyGUI to create it, as there is no such
  98.    requester in ReqTools, and EasyGUI beats MUI and BGUI and CrashAct.
  99.    Unfortunately, it takes up an extra 30k of code, so hopefully soon I will
  100.    have added a few more things in EasyGUI to make up for that.
  101.  
  102.  o Added system default font menu item.
  103.  
  104.  o Made program breakable when iconified or menufied.
  105.  
  106.  o Added close file menu item.
  107.  
  108.  o Removed the 'could not find file' error message. Now the window will open
  109.    even if a file was not found.
  110.  
  111.  o Added 'no files loaded' notice, when no file is found. Also it replaces the
  112.    statistics message when no file is loaded.
  113.  
  114.  o Speeded up things by removing all window, drawinfo and screen, etc. pointer
  115.    arguments from procedures, and put them all in a global object.
  116.  
  117.  o Added mouse movement.
  118.  
  119.  o Decided to remove the space line between rows in the window. This will speed
  120.    things up, and be more compatible with text snapping programs.
  121.  
  122. There are still a few things to be ironed  out  though.  Please  read  the  docs
  123. before you delete as soon as you set your eyes on it.
  124.  
  125. All hints, tips, examples of code, etc., will be appreciated!
  126.  
  127.     ______________________________________________________________
  128.    [O|##Contacting#cHRISPi####################################|°|B]
  129.    |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯| :
  130.    | Postal address:                                              | ::
  131.    |    Chris Perver,                                 __ __       | ::
  132.    |     12, Orchardville Avenue,                    / // /       | ::
  133.    |     Bangor,                                    / // /        | ::
  134.    |     Co. Down,                                 / // /         | ::
  135.    |     N. Ireland,                       __ __  / // /          | ::
  136.    |     BT19 1LP.                         \ \\ \/ // /           | ::
  137.    |                                        \ \\/ // /            | ::
  138.    |           ______________________        \ V /V /             | ::
  139.    | Internet:[chris@planb.thegap.com]        V_/V_/              | ::
  140.    |           ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯                             | ::
  141.    |           __________________________                         | ::
  142.    |      IRC:[cHRISPi on #amiga/undernet]                        | ::
  143.    |           ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯                         | ::
  144.    |           ___________________________________________        | ::
  145.    |      URL:[http://www.toptown.com/CENTRALPARK/chrispi/]       | ::
  146.    |           ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯        | ::
  147.    |                                                              | ::
  148.    | And remember!  Windows is rubbish!                           | ::
  149.    |                                                              | ::
  150.    |_____________________________________________________________ | ::
  151.    [############################################################|/] ::
  152.     ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ::
  153.     :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  154.      :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  155.  
  156. =========================================
  157. THANX 'N' GREETZ (In no particular order)
  158. =========================================
  159.  
  160. Thanks to my mum and dad for buying me those RKRM manuals. I  didn't  know  they
  161. would  be  so  useful  so quickly. I thought I'd at least have to learn C before
  162. they would be of any use.
  163.  
  164. --------------------------------------------------------------------------------
  165.  
  166. Thanx to Nico François and Magnus Holmgren for the excellent  ReqTools  library.
  167. Only fools don't use ReqTools!
  168.  
  169. Thanx to Dietmar Eilert for GoldEd, it's been plenty of help to me.
  170.  
  171. Thanx to Wouter van Oortmerssen for AmigaE, it's an amazing language.
  172.  
  173. Thanx to Wooter and J R Hulance for EasyGUI! If this GUI was a  standard,  I  do
  174. beleive the world would be a better place!
  175.  
  176. --------------------------------------------------------------------------------
  177.  
  178. Thanx to Ilan Sharoni for helping me a lot with word  and  line  wrapping.  It's
  179. just too hard. Maybe I'll understand it someday.
  180.  
  181. Thanx to Johan Björnson for his excellent contributions and suggestions for this
  182. archive. If it wasn't for him, we wouldn't even have icons!
  183.  
  184. Thanx to Marco Talamelli for helping me with the font requesters.
  185.  
  186. Thankyou to all my mates in #amiga who helped by answering my questions I put to
  187. them (Hehehe they did? Well they tried. But I understand). Thanx mate!
  188.  
  189.  
  190. ============================= Archive contents =============================
  191.  
  192. Original  Packed Ratio    Date     Time    Name
  193. -------- ------- ----- --------- --------  -------------
  194.     1693    1006 40.5% 02-Mar-97 12:11:36 +Docs.info
  195.    47555   16072 66.2% 11-Apr-97 17:04:18 +evenmore.doc
  196.     2128    1159 45.5% 02-Mar-97 05:22:20 +evenmore.doc.info
  197.    48418   16550 65.8% 11-Apr-97 17:04:56 +EvenMore.guide
  198.     2438    1454 40.3% 02-Mar-97 05:22:20 +EvenMore.guide.info
  199.     8856    3148 64.4% 11-Apr-97 17:05:12 +EvenMore036.readme
  200.     2128    1158 45.5% 02-Mar-97 05:22:20 +EvenMore036.readme.info
  201.    14429    5755 60.1% 12-Jan-97 13:10:40 +microslick.readme
  202.     2128    1156 45.6% 02-Mar-97 05:22:20 +microslick.readme.info
  203.      373     215 42.3% 06-Apr-97 12:44:30 +evenmore.config
  204.    64444   23244 63.9% 11-Apr-97 18:19:24 +evenmore
  205.     3152    1902 39.6% 30-Mar-97 04:24:38 +EvenMore.info
  206.     1693    1007 40.5% 02-Mar-97 12:11:36 +Icons.info
  207.      948     574 39.4% 04-Jan-97 01:30:38 +program_icon.info
  208.      703     428 39.1% 04-Jan-97 01:30:38 +program_icon2.info
  209.    45384   29832 34.2% 01-Nov-96 15:14:34 +reqtools.library
  210.     1693    1004 40.6% 02-Mar-97 12:11:36 +Nostalgia.info
  211.     8588    8588  0.0% 12-Sep-96 17:03:32 +EvenMore01.lha
  212. -------- ------- ----- --------- --------
  213.   256751  114252 55.5% 13-Apr-97 01:31:34   18 files
  214.